Skip to content

⬆️ Update CodSpeedHQ/action action to v4.8.0#1398

Merged
edenhaus merged 1 commit intodevfrom
renovate/codspeedhq-action-4.x
Jan 20, 2026
Merged

⬆️ Update CodSpeedHQ/action action to v4.8.0#1398
edenhaus merged 1 commit intodevfrom
renovate/codspeedhq-action-4.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 13, 2026

This PR contains the following updates:

Package Type Update Change
CodSpeedHQ/action action minor v4.5.2v4.8.0

Release Notes

CodSpeedHQ/action (CodSpeedHQ/action)

v4.8.0

Compare Source

Release Notes

It is now possible to do consecutive CodSpeed run in the same GitHub job. This will allow using multiple instruments without having to spawn another job 🎉

jobs:
  codspeed:
    ...
    steps:
      ...
      - name: Build benchmarks
        run: cargo codspeed build -m analysis

      - name: Run benchmarks
        uses: CodSpeedHQ/action@v4
        with:
          run: cargo codspeed run
          mode: "simulation"

      - name: Run memory benchmarks
        uses: CodSpeedHQ/action@v4
        with:
          run: cargo codspeed run
          mode: "memory"
🚀 Features
🐛 Bug Fixes
🏗️ Refactor
⚙️ Internals

Install codspeed-runner 4.8.0

Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CodSpeedHQ/runner/releases/download/v4.8.0/codspeed-runner-installer.sh | sh

Download codspeed-runner 4.8.0

File Platform Checksum
codspeed-runner-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
codspeed-runner-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum

Full Runner Changelog: https://github.com/CodSpeedHQ/runner/blob/main/CHANGELOG.md

Full Changelog: CodSpeedHQ/action@v4.7.0...v4.8.0

v4.7.0

Compare Source

Release Notes

🚀 Features
🐛 Bug Fixes
⚙️ Internals

Install codspeed-runner 4.7.0

Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CodSpeedHQ/runner/releases/download/v4.7.0/codspeed-runner-installer.sh | sh

Download codspeed-runner 4.7.0

File Platform Checksum
codspeed-runner-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
codspeed-runner-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum

Full Runner Changelog: https://github.com/CodSpeedHQ/runner/blob/main/CHANGELOG.md

Full Changelog: CodSpeedHQ/action@v4.5.2...v4.7.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@codecov
Copy link

codecov bot commented Jan 13, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.74%. Comparing base (6b27bf7) to head (8ae40f7).
⚠️ Report is 1 commits behind head on dev.

Additional details and impacted files
@@           Coverage Diff           @@
##              dev    #1398   +/-   ##
=======================================
  Coverage   94.74%   94.74%           
=======================================
  Files         151      151           
  Lines        5941     5941           
  Branches      350      350           
=======================================
  Hits         5629     5629           
  Misses        251      251           
  Partials       61       61           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@codspeed-hq
Copy link

codspeed-hq bot commented Jan 13, 2026

CodSpeed Performance Report

Merging this PR will not alter performance

Comparing renovate/codspeedhq-action-4.x (8ae40f7) with dev (6b27bf7)

Summary

✅ 113 untouched benchmarks

@renovate renovate bot force-pushed the renovate/codspeedhq-action-4.x branch 2 times, most recently from 62cf088 to a4bbba3 Compare January 20, 2026 10:01
@renovate renovate bot force-pushed the renovate/codspeedhq-action-4.x branch from a4bbba3 to 8ae40f7 Compare January 20, 2026 12:26
@renovate renovate bot changed the title ⬆️ Update CodSpeedHQ/action action to v4.7.0 ⬆️ Update CodSpeedHQ/action action to v4.8.0 Jan 20, 2026
@edenhaus edenhaus enabled auto-merge (squash) January 20, 2026 12:34
@edenhaus edenhaus merged commit 7db1653 into dev Jan 20, 2026
34 checks passed
@edenhaus edenhaus deleted the renovate/codspeedhq-action-4.x branch January 20, 2026 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant